home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / 3D QuickTime Dynamics / kSan Headers / printFuncs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-24  |  306 b   |  10 lines

  1. #ifndef __kSanPrintFuncs__
  2. #define __kSanPrintFuncs__
  3. #include <Printing.h>
  4.  
  5. THPrint  PrintInit(void);
  6. void   PrintPicture(PicHandle picture , THPrint printRecordH, Rect *picRect);
  7. void  CenterPict( PicHandle picture, Rect *destRectPtr, Rect *picRect);
  8. short  DoPrintDialogs( THPrint printRecordH);
  9.  
  10. #endif